home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 11
/
Amiga Plus 11: Amiga Future.iso
/
rexx
/
dpaintv-anim_export.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-10-26
|
518b
|
22 lines
/*
** EXPORTS A ANIMATION FROM PictureManager INTO DPaintV (PORT DPAINT.1)
**
** (c) 1995 J. Schaefer - ALL RIGHTS RESERVED
**
**
**
** NOTE: If you write your own AREXX-script to export pictures from
** Picture Manager Professional to any programs,
** change the path and filename of the file to process
** to PicManFile (see below, CASE SENSITIVE!!!)
**
** Read the PictureManager manual for more information
**
**
*/
ADDRESS "DPAINT.1"
LOADANIM PicManFile CHGTOFMT
SCREENTOFRONT
EXIT 0